From: Arturo Borrero Gonzalez Date: Sat, 27 Sep 2025 19:43:45 +0000 (+0200) Subject: Patch to make the suricata build reproducible This patch makes some changes to the... X-Git-Tag: archive/raspbian/1%7.0.10-1+rpi1+deb13u1^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=25ad795a0951528b92c6e83bc1b1e1f23d5f64d4;p=suricata.git Patch to make the suricata build reproducible This patch makes some changes to the suricata build to make it reproducible . Currently, it only filters out the -fdebug-prefix-map CFLAG which embeds the build path. Forwarded: not-needed Last-Update: 2016-09-05 Gbp-Pq: Name reproducible.patch --- diff --git a/configure.ac b/configure.ac index 0335c1fc..9445de08 100644 --- a/configure.ac +++ b/configure.ac @@ -2738,7 +2738,8 @@ Generic build parameters: echo echo "$SURICATA_BUILD_CONF" echo "printf(" >src/build-info.h -echo "$SURICATA_BUILD_CONF" | sed -e 's/^/"/' | sed -e 's/$/\\n"/' >>src/build-info.h +echo "$SURICATA_BUILD_CONF" | sed -e 's/^/"/' | sed -e 's/$/\\n"/' \ + | sed 's/-fdebug-prefix-map=.*=. //' >>src/build-info.h echo ");" >>src/build-info.h echo "